Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputTextBoxElementBase<T> Class / Left Property

In This Topic
    Left Property (InputTextBoxElementBase<T>)
    In This Topic
    Gets or sets the horizontal position of the element within its parent.
    Syntax
    'Declaration
     
    
    Public Property Left As Integer
    public int Left {get; set;}
    See Also